Home
last modified time | relevance | path

Searched refs:any (Results 226 – 250 of 444) sorted by relevance

12345678910>>...18

/php-src/ext/date/tests/
H A Dgmstrftime_variation10.phpt13 // Initialise function arguments not being substituted (if any)
H A Dgmstrftime_variation20.phpt13 // Initialise function arguments not being substituted (if any)
H A Dgmstrftime_variation22.phpt16 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation10.phpt13 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation20.phpt13 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation22.phpt16 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation4.phpt8 // Initialise function arguments not being substituted (if any)
H A Dgmstrftime_variation4.phpt7 // Initialise function arguments not being substituted (if any)
H A Dstrftime_variation21.phpt7 // Initialise function arguments not being substituted (if any)
/php-src/ext/opcache/tests/opt/
H A Dnullsafe_002.phpt53 …ject (instanceof Test)] & TYPE [ref, bool, long, double, string, array of [any, ref], object, reso…
/php-src/
H A DLICENSE34 under the terms of any subsequent version of the license
39 6. Redistributions of any form whatsoever must retain the following
/php-src/docs-old/
H A Dself-contained-extensions.md13 While the result will run on any system, a developer's setup needs these tools:
66 It consists of two source files `foo.c` and `bar.c` (and any arbitrary amount of
69 The demo extension does not reference any external libraries (that is important,
H A Dparameter-parsing-api.md29 the function should operate quietly and not output any error messages.
85 o - object of any type (zval*)
187 * or any other type. If you specify a type which is larger
252 /* Function that doesn't accept any arguments */
/php-src/ext/standard/tests/array/
H A Darray_diff_variation4.phpt12 // Initialise function arguments not being substituted (if any)
H A Darray_diff_variation3.phpt12 // Initialise function arguments not being substituted (if any)
/php-src/ext/exif/tests/
H A Dexif003.phpt18 test1.jpg is a 1*1 image that does not contain any Exif/Comment information
/php-src/ext/standard/tests/file/
H A Dftruncate_bug76422.phpt41 // because there wouldn't be any free disk space to save a new php file.
H A Dreadfile_variation10.phpt59 ValueError: readfile(): Argument #1 ($filename) must not contain any null bytes
/php-src/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt15 // Initialise function arguments not being substituted (if any)
/php-src/ext/standard/
H A Durl_scanner_ex.re178 any = [\000-\377];
179 N = (any\[<]);
539 any { passthru(STD_ARGS); goto state_plain_begin; }
551 any { passthru(STD_ARGS); goto state_plain_begin; }
558 any { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; }
565 any { --YYCURSOR; goto state_next_arg_begin; }
572 ["] (any\[">])* ["] { handle_val(STD_ARGS, 1, '"'); goto state_next_arg_begin; }
573 ['] (any\['>])* ['] { handle_val(STD_ARGS, 1, '\''); goto state_next_arg_begin; }
574 (any\[ \r\t\n>'"])+ { handle_val(STD_ARGS, 0, ' '); goto state_next_arg_begin; }
575 any { passthru(STD_ARGS); goto state_next_arg_begin; }
/php-src/ext/pcre/tests/
H A Dpreg_match_all_basic.phpt9 …, $string, $match1, PREG_OFFSET_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 …
/php-src/ext/openssl/tests/
H A Dbug74720_0.phpt60 $originalEnvelopeData = "any string with \x1a is cut at this point.";
/php-src/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_001.phpt76 Class E does not have a constructor, so you cannot pass any constructor arguments
/php-src/Zend/asm/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person or organization
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_insert_id.phpt53 printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);

Completed in 28 milliseconds

12345678910>>...18