Home
last modified time | relevance | path

Searched refs:constant (Results 126 – 150 of 206) sorted by relevance

123456789

/PHP-5.5/tests/lang/
H A DreturnByReference.007.phpt32 …nction call, assign by reference the return value of a function that returns a constant by ref:\n";
55 …f function call, assign by reference the return value of a function that returns a constant by ref:
H A DreturnByReference.008.phpt33 …nction call, assign by reference the return value of a function that returns a constant by ref:\n";
56 …f function call, assign by reference the return value of a function that returns a constant by ref:
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_variation1.phpt4 This test verifies the right behaviour of the LIBXML_DTDLOAD constant
H A DDOMDocument_load_variation1.phpt4 This test verifies the right behaviour of the LIBXML_DTDLOAD constant
H A DDOMDocument_loadXML_variation3.phpt4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
H A DDOMDocument_load_variation3.phpt4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
H A DDOMDocument_loadXML_variation2.phpt4 This test verifies the right behaviour of the LIBXML_DTDVALID constant
H A DDOMDocument_load_variation2.phpt4 This test verifies the right behaviour of the LIBXML_DTDVALID constant
/PHP-5.5/Zend/tests/constants/
H A Ddir-constant-includes.phpt2 __DIR__ constant test with includes
/PHP-5.5/ext/spl/tests/
H A DregexIterator_flags_basic.phpt14 // Test a change in flags, there's only one class constant so it has to be another int value
/PHP-5.5/Zend/tests/
H A Dbug42143.phpt2 bug #42143 (The constant NAN is reported as 0 on Windows build)
H A Dbug42820.phpt2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
H A Dns_036.phpt2 036: Name ambiguity in compile-time constant reference (ns name)
H A Dbug69017.phpt2 #69017 (Fail to push to the empty array with the constant value defined in class scope)
/PHP-5.5/ext/hash/tests/
H A Dmhash_003.phpt27 $result = mhash_keygen_s2k(constant($hash), $passwd, $salt, 100);
H A Dmhash_001.phpt27 $result = mhash(constant($hash), $data);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_options.phpt24 $valid_options[] = constant('MYSQLI_OPT_NET_CMD_BUFFER_SIZE');
26 $valid_options[] = constant('MYSQLI_OPT_NET_READ_BUFFER_SIZE');
28 $valid_options[] = constant('MYSQLI_OPT_INT_AND_FLOAT_NATIVE');
/PHP-5.5/ext/pcre/tests/
H A Dbug69864.phpt5 const PREG_CACHE_SIZE = 4096; // this has to be >= the resp. constant in php_pcre.c
/PHP-5.5/tests/classes/
H A Dconstants_scope_001.phpt34 Notice: Use of undefined constant FATAL - assumed 'FATAL' in %sconstants_scope_001.php on line %d
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_object.phpt27 //class with public member, static member , constant and consturctor to initialize the public membe…
55 //class with private member, static member, constant and constructor to initialize the private memb…
83 // class with protected member, static member, constant and consturctor to initialize the protected…
111 // class with public, private, protected members, static, constant members and constructor to initi…
H A Darray_fill_object_2_4.phpt27 //class with public member, static member , constant and consturctor to initialize the public membe…
55 //class with private member, static member, constant and constructor to initialize the private memb…
83 // class with protected member, static member, constant and consturctor to initialize the protected…
111 // class with public, private, protected members, static, constant members and constructor to initi…
/PHP-5.5/ext/curl/tests/
H A Dbug54798.phpt48 checkForClosedFilePointer($host, constant($option), $option);
/PHP-5.5/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES42 6. Starting PHP 5.0.0 the T_ML_CONSTANT constant is no longer defined by the
44 be produced. Instead of T_ML_CONSTANT for /* */ the T_COMMENT constant
45 is used, thus both // and /* */ are resolved as the T_COMMENT constant.
/PHP-5.5/Zend/RFCs/
H A D002.txt134 order: class, function, constant.
137 "class", "function", "variable" or "constant"):
143 import constant * from HTML:Table;
/PHP-5.5/ext/opcache/
H A Dzend_persist.c235 zend_persist_zval(&p->constant TSRMLS_CC);
236 zend_protect_zval(&p->constant TSRMLS_CC);
257 zend_persist_zval(&opline->op1.u.constant TSRMLS_CC);
258 zend_protect_zval(&opline->op1.u.constant TSRMLS_CC);
265 zend_persist_zval(&opline->op2.u.constant TSRMLS_CC);
266 zend_protect_zval(&opline->op2.u.constant TSRMLS_CC);

Completed in 68 milliseconds

123456789