Home
last modified time | relevance | path

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

/PHP-7.1/ext/json/
H A DMakefile.frag5 $(YACC) --defines -l $(srcdir)/json_parser.y -o $@
H A Dconfig.w3215 …STDOUT.WriteLine(execute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/js…
/PHP-7.1/Zend/tests/
H A Dbug60536_005.phpt23 // now the same with a class that defines the property itself, too.
H A Dbug60536_004.phpt23 // now the same with a class that defines the property itself,
/PHP-7.1/Zend/tests/traits/
H A Dproperty007.phpt23 // now the same with a class that defines the property itself, too.
H A Dproperty006.phpt23 // now the same with a class that defines the property itself,
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.y45 %defines "sapi/phpdbg/phpdbg_parser.h"
/PHP-7.1/ext/oci8/
H A Doci8_statement.c171 statement2->defines = NULL; in php_oci_get_implicit_resultset()
708 if (statement->defines) { in php_oci_statement_execute()
709 …if ((outcol->define = zend_hash_str_find_ptr(statement->defines, outcol->name, outcol->name_len)) … in php_oci_statement_execute()
906 if (statement->defines) { in php_oci_statement_free()
907 zend_hash_destroy(statement->defines); in php_oci_statement_free()
908 efree(statement->defines); in php_oci_statement_free()
H A Doci8_interface.c143 if (statement->defines == NULL) { in PHP_FUNCTION()
144 ALLOC_HASHTABLE(statement->defines); in PHP_FUNCTION()
145 zend_hash_init(statement->defines, 13, NULL, php_oci_define_hash_dtor, 0); in PHP_FUNCTION()
147 else if (zend_hash_str_exists(statement->defines, (const char *)name, name_len)) { in PHP_FUNCTION()
155 if ((define = zend_hash_add_new_ptr(statement->defines, zvtmp, define)) != NULL) { in PHP_FUNCTION()
H A Dphp_oci8_int.h234 HashTable *defines; /* defines hash */ member
/PHP-7.1/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance
/PHP-7.1/TSRM/m4/
H A Dgethostbyname.m413 # defines one of the following macros accordingly:
/PHP-7.1/Zend/
H A Dacinclude.m461 AC_DEFINE(HAVE_FP_EXCEPT, 1, [whether floatingpoint.h defines fp_except])
/PHP-7.1/
H A DREADME.TESTING233 the web server runs under will be skipped. Since the test harness defines a number
H A DREADME.namespaces51 The use statement only defines name aliasing. It may create name alias for
H A DREADME.STREAMS240 The idea is that a stream implementation defines a php_stream_ops struct, and
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in396 ; Additional php.ini defines, specific to this pool of workers. These settings
399 ; php_value/php_flag - you can set classic ini defines which can
/PHP-7.1/ext/mbstring/
H A DREADME_PHP3-i18n-ja272 defines many languages existing in this world
/PHP-7.1/ext/pcre/pcrelib/
H A DHACKING301 value. The types are a set of #defines of the form PT_xxx, and the values are
H A DREADME729 [:isascii:] inside a character class defines a different set of characters, and
H A DChangeLog2680 first data character in a class is ], it defines an empty class. (In
3293 case, it wraps all the #defines with #ifndefs. This script should be run
4191 6. A patch for pcregrep that defines INVALID_FILE_ATTRIBUTES if it is not
4504 size_t, but the inclusion of the header that defines size_t was later. I've
5252 10. A new release of gcc defines printf() as a macro, which broke pcretest
5690 + Add an undef for memmove, in case the the system defines a macro for it.
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt355 int" is a 16-bit data type. When PCRE is built, it defines PCRE_UCHAR16
686 int" is a 32-bit data type. When PCRE is built, it defines PCRE_UCHAR32
1731 for linking an application that uses PCRE. The header file defines the
2253 hexadecimal digits, in which case the hexadecimal number defines the
2258 hexadecimal digits, in which case the hexadecimal number defines the
5615 current match, is subtly different from Perl's, which defines it as the
5815 escape sequence other than one that defines a single character appears
9569 match_t for returning captured substrings. It also defines some con-
9938 PCRE defines some modifiers to change the behavior of the regular
9939 expression engine. The C++ wrapper defines an auxiliary class,
[all …]
/PHP-7.1/ext/date/lib/
H A Dparse_date.re100 /* Some compilers like AIX, defines uchar in sys/types.h */
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic16749 # <https://metacpan.org/release/Hash-SharedMem> defines a file format
H A Dmagic私はガラスを食べられます16749 # <https://metacpan.org/release/Hash-SharedMem> defines a file format

Completed in 222 milliseconds