Home
last modified time | relevance | path

Searched refs:cast_object (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/topdown/
H A Dcasts_test.go76 {"obj valid", []string{`p = x { cast_object({}, x) }`}, "{}"},
77 {"obj invalid", []string{`p = x { cast_object([1,2,3], x) }`}, typeErr},
/dports/lang/php73/php-7.3.33/ext/standard/tests/mail/
H A Dezmlm_hash_error.phpt24 echo "\n-- Testing ezmlm_hash() function with invalid input - OBJECT without 'cast_object' method -…
57 -- Testing ezmlm_hash() function with invalid input - OBJECT without 'cast_object' method --
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/mail/
H A Dezmlm_hash_error.phpt24 echo "\n-- Testing ezmlm_hash() function with invalid input - OBJECT without 'cast_object' method -…
57 -- Testing ezmlm_hash() function with invalid input - OBJECT without 'cast_object' method --
/dports/databases/py-tableschema/tableschema-1.20.2/tests/types/
H A Dtest_object.py26 assert types.cast_object(format, value) == result
/dports/databases/py-tableschema/tableschema-1.20.2/tableschema/types/
H A Dobject.py14 def cast_object(format, value, **options): function
H A D__init__.py20 from .object import cast_object
/dports/lang/php73/php-7.3.33/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/dports/www/mod_php81/php-8.1.1/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/dports/lang/php74/php-7.4.27/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/dports/lang/php80/php-8.0.15/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/dports/lang/php81/php-8.1.1/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/dports/www/mod_php74/php-7.4.27/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/dports/www/mod_php80/php-8.0.15/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/dports/www/mod_php73/php-7.3.33/ext/spl/tests/
H A Dbug62328.phpt2 Bug #62328 (cast_object takes precedence over __toString)
/dports/devel/pecl-ds/ds-1.3.0/src/php/handlers/
H A Dphp_pair_handlers.c50 php_pair_handlers.cast_object = php_ds_default_cast_object;
H A Dphp_priority_queue_handlers.c84 php_priority_queue_handlers.cast_object = php_ds_default_cast_object;
H A Dphp_stack_handlers.c91 php_ds_stack_handlers.cast_object = php_ds_default_cast_object;
H A Dphp_queue_handlers.c94 php_queue_handlers.cast_object = php_ds_default_cast_object;
/dports/lang/php73/php-7.3.33/ext/intl/collator/
H A Dcollator_convert.c251 else if( Z_OBJ_HT_P(obj)->cast_object ) in collator_convert_object_to_string()
255 if( Z_OBJ_HT_P(obj)->cast_object( obj, zstr, IS_STRING ) == FAILURE ) in collator_convert_object_to_string()
/dports/lang/php74/php-7.4.27/ext/intl/collator/
H A Dcollator_convert.c251 else if( Z_OBJ_HT_P(obj)->cast_object ) in collator_convert_object_to_string()
255 if( Z_OBJ_HT_P(obj)->cast_object( obj, zstr, IS_STRING ) == FAILURE ) in collator_convert_object_to_string()
/dports/devel/php74-intl/php-7.4.27/ext/intl/collator/
H A Dcollator_convert.c251 else if( Z_OBJ_HT_P(obj)->cast_object ) in collator_convert_object_to_string()
255 if( Z_OBJ_HT_P(obj)->cast_object( obj, zstr, IS_STRING ) == FAILURE ) in collator_convert_object_to_string()
/dports/devel/php73-intl/php-7.3.33/ext/intl/collator/
H A Dcollator_convert.c251 else if( Z_OBJ_HT_P(obj)->cast_object ) in collator_convert_object_to_string()
255 if( Z_OBJ_HT_P(obj)->cast_object( obj, zstr, IS_STRING ) == FAILURE ) in collator_convert_object_to_string()
/dports/www/mod_php73/php-7.3.33/ext/intl/collator/
H A Dcollator_convert.c251 else if( Z_OBJ_HT_P(obj)->cast_object ) in collator_convert_object_to_string()
255 if( Z_OBJ_HT_P(obj)->cast_object( obj, zstr, IS_STRING ) == FAILURE ) in collator_convert_object_to_string()
/dports/www/mod_php74/php-7.4.27/ext/intl/collator/
H A Dcollator_convert.c251 else if( Z_OBJ_HT_P(obj)->cast_object ) in collator_convert_object_to_string()
255 if( Z_OBJ_HT_P(obj)->cast_object( obj, zstr, IS_STRING ) == FAILURE ) in collator_convert_object_to_string()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_operators.c140 if (Z_OBJ_HT_P(op)->cast_object) { \
141 if (Z_OBJ_HT_P(op)->cast_object(op, dst, ctype) == FAILURE) { \
576 if (Z_OBJ_HT_P(op)->cast_object) { in _convert_to_string()
577 if (Z_OBJ_HT_P(op)->cast_object(op, &tmp, IS_STRING) == SUCCESS) { in _convert_to_string()
894 if (Z_OBJ_HT_P(op)->cast_object) { in __zval_get_string_func()
895 if (Z_OBJ_HT_P(op)->cast_object(op, &tmp, IS_STRING) == SUCCESS) { in __zval_get_string_func()
2142 } else if (Z_TYPE_P(op2) != IS_OBJECT && Z_OBJ_HT_P(op1)->cast_object) { in compare_function()
2144 …if (Z_OBJ_HT_P(op1)->cast_object(op1, &tmp_free, ((Z_TYPE_P(op2) == IS_FALSE || Z_TYPE_P(op2) == I… in compare_function()
2161 } else if (Z_TYPE_P(op1) != IS_OBJECT && Z_OBJ_HT_P(op2)->cast_object) { in compare_function()
2602 if (Z_OBJ_HT_P(op)->cast_object) { in zend_object_is_true()
[all …]

1234567