Home
last modified time | relevance | path

Searched refs:all (Results 126 – 150 of 809) sorted by relevance

12345678910>>...33

/PHP-5.6/sapi/milter/
H A DEXPERIMENTAL3 or move to extension all together
/PHP-5.6/ext/standard/tests/strings/
H A Dbug50847.phpt2 Bug #50847 (strip_tags() removes all tags greater than 1023 bytes long)
H A Dstrip_tags_basic2.phpt2 Test strip_tags() function : basic functionality - with all arguments
14 // Calling strip_tags() with all possible arguments
H A Dtrim_basic.phpt17 echo "\n-- Trim string with all white space characters --\n";
34 -- Trim string with all white space characters --
H A Dstrncmp_variation4.phpt2 Test strncmp() function : usage variations - different inputs(all types)
10 /* Test strncmp() function with the input strings are of all types */
12 echo "*** Testing strncmp() function: by supplying all types for 'str1' and 'str2' ***\n";
101 *** Testing strncmp() function: by supplying all types for 'str1' and 'str2' ***
H A Dstrtr.phpt7 var_dump(strtr("# hi all, I said hello world! #", $trans));
H A Dstrncasecmp_variation6.phpt2 Test strncasecmp() function : usage variations - binary safe - all ASCII chars
14 /* A binary function should work with all 256 characters that a character(8-bit) can take */
15 echo "\n-- Checking with all 256 characters given, in binary format --\n";
16 /* loop through to get all 256 character's equivelent binary value, and check working of strncasecm…
22 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
30 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
37 -- Checking with all 256 characters given, in binary format --
/PHP-5.6/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt2 DOMDocumentType: basic access to all properties.
10 // Access publicId, systemId, name, internalSubset all with values.
/PHP-5.6/ext/simplexml/
H A DREADME11 all nodes with that element name. Thus method children() must be
33 object of a new type instead so that all kinds of linkage,
/PHP-5.6/ext/zlib/tests/
H A D004.phpt34 string(38) "all I know is that you can realize it
54 string(38) "all I know is that you can realize it
H A D004.txt.gz
/PHP-5.6/ext/gd/libgd/
H A DREADME13 a sandbox for them to throw sand at each other in. Any and all
22 gd, the following copyright statement covers all of the authors who
59 ask. "Derived works" includes all programs that utilize the
63 all warranties, either express or implied, including but not
/PHP-5.6/ext/filter/tests/
H A Dbug67167.02.phpt16 Requires php_zval_filter to not use convert_to_string for all filters.
/PHP-5.6/ext/standard/tests/math/
H A Dpi_basic.phpt9 // N.B pi() ignores all specified arguments no error
/PHP-5.6/Zend/tests/
H A Dbug27669.phpt2 Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically)
H A Dbug67169.phpt2 Bug #67169: array_splice all elements, then []= gives wrong index
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
H A Dbug41929.phpt2 Bug #41929 (Foreach on object does not iterate over all visible properties)
/PHP-5.6/ext/standard/tests/dir/
H A Dscandir_variation7.phpt40 /*3*/ 0444, // all have read only
41 0666, // all have rw only
59 chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-5.6/sapi/phpdbg/travis/
H A Dci.sh10 ./configure --disable-all --enable-phpdbg --enable-maintainer-zts
/PHP-5.6/ext/standard/tests/array/
H A Darray_fill_variation4.phpt32 echo "*** Filling 2 dimensional array with all basic valid values ***\n";
48 *** Filling 2 dimensional array with all basic valid values ***
/PHP-5.6/ext/pcre/tests/
H A Dpreg_split_basic.phpt11 var_dump(preg_split('/:\s*(\w*,*\s*)+;/', $string)); //all text between : and ; is removed
12 var_dump(preg_split('/(\(|\))/', $string, -1, PREG_SPLIT_DELIM_CAPTURE|PREG_SPLIT_NO_EMPTY)); //all
/PHP-5.6/sapi/apache/
H A DapMakefile.libdir3 Instead it'll just prepend all the important variable definitions, and
/PHP-5.6/sapi/apache_hooks/
H A DapMakefile.libdir3 Instead it'll just prepend all the important variable definitions, and
/PHP-5.6/ext/spl/internal/
H A Drecursivearrayiterator.inc20 * and all their childs before loading them all. You need to care about

Completed in 113 milliseconds

12345678910>>...33