Home
last modified time | relevance | path

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

/PHP-5.4/Zend/tests/traits/
H A Dproperty006.phpt23 // now the same with a class that defines the property itself,
H A Dproperty007.phpt23 // now the same with a class that defines the property itself, too.
/PHP-5.4/Zend/tests/
H A Dbug60536_004.phpt23 // now the same with a class that defines the property itself,
H A Dbug60536_005.phpt23 // now the same with a class that defines the property itself, too.
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest.inc53 // Connect to the sybase server using the defines HOST, USER and PASSWORD
/PHP-5.4/ext/oci8/
H A Doci8_statement.c595 if (statement->defines) { in php_oci_statement_execute()
596 …if (zend_hash_find(statement->defines,outcol->name,outcol->name_len,(void **) &outcol->define) == … in php_oci_statement_execute()
792 if (statement->defines) { in php_oci_statement_free()
793 zend_hash_destroy(statement->defines); in php_oci_statement_free()
794 efree(statement->defines); in php_oci_statement_free()
H A Doci8_interface.c70 if (statement->defines == NULL) { in PHP_FUNCTION()
71 ALLOC_HASHTABLE(statement->defines); in PHP_FUNCTION()
72 zend_hash_init(statement->defines, 13, NULL, php_oci_define_hash_dtor, 0); in PHP_FUNCTION()
77 …if (zend_hash_add(statement->defines, name, name_len, define, sizeof(php_oci_define), (void **)&tm… in PHP_FUNCTION()
H A Dphp_oci8_int.h198 HashTable *defines; /* defines hash */ member
/PHP-5.4/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance
/PHP-5.4/Zend/
H A Dacinclude.m452 AC_DEFINE(HAVE_FP_EXCEPT, 1, [whether floatingpoint.h defines fp_except])
/PHP-5.4/
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
H A DNEWS8892 - Fixed bug #29873 (No defines around pcntl_*priority definitions). (Derick)
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in504 ; Additional php.ini defines, specific to this pool of workers. These settings
507 ; php_value/php_flag - you can set classic ini defines which can
/PHP-5.4/ext/mbstring/
H A DREADME_PHP3-i18n-ja272 defines many languages existing in this world
/PHP-5.4/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 DChangeLog2504 first data character in a class is ], it defines an empty class. (In
3117 case, it wraps all the #defines with #ifndefs. This script should be run
4015 6. A patch for pcregrep that defines INVALID_FILE_ATTRIBUTES if it is not
4328 size_t, but the inclusion of the header that defines size_t was later. I've
5076 10. A new release of gcc defines printf() as a macro, which broke pcretest
5514 + Add an undef for memmove, in case the the system defines a macro for it.
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt344 int" is a 16-bit data type. When PCRE is built, it defines PCRE_UCHAR16
675 int" is a 32-bit data type. When PCRE is built, it defines PCRE_UCHAR32
1720 for linking an application that uses PCRE. The header file defines the
2242 hexadecimal digits, in which case the hexadecimal number defines the
2247 hexadecimal digits, in which case the hexadecimal number defines the
5591 current match, is subtly different from Perl's, which defines it as the
5791 escape sequence other than one that defines a single character appears
9545 match_t for returning captured substrings. It also defines some con-
9914 PCRE defines some modifiers to change the behavior of the regular
9915 expression engine. The C++ wrapper defines an auxiliary class,
[all …]
/PHP-5.4/ext/date/lib/
H A Dparse_date.re93 /* Some compilers like AIX, defines uchar in sys/types.h */

Completed in 183 milliseconds