Home
last modified time | relevance | path

Searched refs:defines (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/Zend/tests/
H A Dstringable_internal_class.phpt8 // _ZendTestClass defines __toString() but does not explicitly implement Stringable.
H A Dbug60536_005.phpt22 // now the same with a class that defines the property itself, too.
H A Dbug60536_004.phpt22 // now the same with a class that defines the property itself,
/PHP-8.3/ext/json/
H A DMakefile.frag5 @$(YACC) $(YFLAGS) --defines -l $(srcdir)/json_parser.y -o $(srcdir)/json_parser.tab.c
H A DMakefile.frag.w325 $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
/PHP-8.3/Zend/tests/traits/
H A Dproperty007.phpt22 // now the same with a class that defines the property itself, too.
H A Dproperty006.phpt22 // now the same with a class that defines the property itself,
/PHP-8.3/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance.
/PHP-8.3/ext/oci8/
H A Doci8_statement.c170 statement2->defines = NULL; in php_oci_get_implicit_resultset()
691 if (statement->defines) { in php_oci_statement_execute()
692 …if ((outcol->define = zend_hash_str_find_ptr(statement->defines, outcol->name, outcol->name_len)) … in php_oci_statement_execute()
909 if (statement->defines) { in php_oci_statement_free()
910 zend_hash_destroy(statement->defines); in php_oci_statement_free()
911 efree(statement->defines); in php_oci_statement_free()
H A Doci8_interface.c120 if (statement->defines == NULL) { in PHP_FUNCTION()
121 ALLOC_HASHTABLE(statement->defines); in PHP_FUNCTION()
122 zend_hash_init(statement->defines, 13, NULL, php_oci_define_hash_dtor, 0); in PHP_FUNCTION()
124 else if (zend_hash_str_exists(statement->defines, (const char *)name, name_len)) { in PHP_FUNCTION()
132 if ((define = zend_hash_add_new_ptr(statement->defines, zvtmp, define)) != NULL) { in PHP_FUNCTION()
H A Dphp_oci8_int.h238 HashTable *defines; /* defines hash */ member
/PHP-8.3/build/
H A Dax_func_which_gethostbyname_r.m413 # defines one of the following macros accordingly:
/PHP-8.3/ext/gd/
H A Dconfig.m4146 dnl that gd defines "junk" versions of each gdImageCreateFromFoo function
/PHP-8.3/sapi/fpm/
H A Dwww.conf.in467 ; Additional php.ini defines, specific to this pool of workers. These settings
470 ; php_value/php_flag - you can set classic ini defines which can
/PHP-8.3/docs/
H A Dstreams.md259 The idea is that a stream implementation defines a `php_stream_ops` struct, and
/PHP-8.3/
H A DNEWS742 as mb_strstr and its variants) defines character indices in the same
/PHP-8.3/ext/date/lib/
H A Dparse_date.re80 /* Some compilers like AIX, defines uchar in sys/types.h */
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic31569 # defines the specific device programming interface
31745 # <https://metacpan.org/release/Hash-SharedMem> defines a file format
H A Dmagic私はガラスを食べられます31569 # defines the specific device programming interface
31745 # <https://metacpan.org/release/Hash-SharedMem> defines a file format

Completed in 186 milliseconds