Home
last modified time | relevance | path

Searched refs:what (Results 26 – 50 of 144) sorted by relevance

123456

/PHP-5.5/ext/standard/
H A Dassert.c267 long what; in PHP_FUNCTION() local
271 if (zend_parse_parameters(ac TSRMLS_CC, "l|Z", &what, &value) == FAILURE) { in PHP_FUNCTION()
275 switch (what) { in PHP_FUNCTION()
331 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown value %ld", what); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c418 zval *what; local
427 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &what) == FAILURE) {
431 switch (Z_TYPE_P(what)) {
433 buffer = Z_STRVAL_P(what);
434 buffer_len = Z_STRLEN_P(what);
483 php_stream_from_zval_no_verify(stream, &what);
/PHP-5.5/ext/pcre/tests/
H A Dbug34790.phpt6 $string = 'what the word and the other word the';
/PHP-5.5/ext/spl/tests/
H A Dheap_top_variation_001.phpt10 // top doesn't take any args, lets see what happens if we give it one
H A Dclass_uses_basic.phpt5 /* Prototype : array class_uses(mixed what [, bool autoload ])
H A Dclass_implements_basic.phpt5 /* Prototype : array class_implements(mixed what [, bool autoload ])
H A Dbug50579.phpt10 'test2'=>'what?',
H A Dclass_uses_variation.phpt5 /* Prototype : array class_uses(mixed what [, bool autoload ])
H A Dclass_implements_variation.phpt5 /* Prototype : array class_implements(mixed what [, bool autoload ])
H A Dclass_implements_basic2.phpt5 /* Prototype : array class_implements(mixed what [, bool autoload ])
/PHP-5.5/Zend/tests/
H A Dbug54547.phpt13 /* not exactly what the bug is about, but closely related problem: */
/PHP-5.5/sapi/tests/
H A Dtest003.phpt4 This would be similar to what IIS produces for a simple query
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt25 echo "Var_dumping this array shows that the elements are referenced. By what?\n";
52 Var_dumping this array shows that the elements are referenced. By what?
/PHP-5.5/ext/standard/tests/math/
H A Dmt_srand_basic.phpt6 // This doesn't actually test what it does with the input :-\
H A Dsrand_basic.phpt13 // This doesn't actually test what it does with the input :-\
/PHP-5.5/ext/hash/tests/
H A Dhmac-md5.phpt13 hash_update($ctx, 'what do ya want for nothing?');
/PHP-5.5/sapi/cli/tests/
H A D004.phpt29 Parameter #0 [ <optional> $what ]
/PHP-5.5/ext/xml/tests/
H A Dbug26614.phpt17 on context and in opposition to what one would expect to
18 see and what good old Expat reported just fine ...
H A Dbug26614_libxml.phpt17 on context and in opposition to what one would expect to
18 see and what good old Expat reported just fine ...
/PHP-5.5/ext/oci8/tests/
H A Dini_1.phpt29 echo "Test 2 - check what can be changed at runtime\n";
63 Test 2 - check what can be changed at runtime
/PHP-5.5/tests/classes/
H A Ddestructor_and_exceptions.phpt30 function __construct($what)
H A Dthis.phpt8 /* please don't shorten this test. It shows what would happen if
/PHP-5.5/sapi/cgi/tests/
H A Dinclude.inc39 /* uhm? what's that then? */
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregsyntax.c288 unsigned int what, OnigCodePoint code) in onig_set_meta_char() argument
290 switch (what) { in onig_set_meta_char()
/PHP-5.5/ext/pspell/
H A DREADME18 in the future rather than to aspell. That's exactly what this module is for.
45 what you want because you need write access for nobody to be able to write

Completed in 38 milliseconds

123456