Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 25 of 185) sorted by last modified time

12345678

/PHP-5.5/tests/classes/
H A Darray_access_007.phpt22 if (is_null($index)) {
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc22 if (!is_null($router)) {
29 if (!is_null($router)) {
/PHP-5.5/
H A Drun-tests.php1091 if (!is_null($stdin)) {
1172 if (is_null($section)) {
2258 $r = is_null($wanted_re) ? $w : explode("\n", $wanted_re);
2259 $diff = generate_array_diff($r, $o, !is_null($wanted_re), $w);
/PHP-5.5/ext/standard/
H A Dtype.c250 PHP_FUNCTION(is_null) in PHP_FUNCTION() argument
H A Dphp_type.h30 PHP_FUNCTION(is_null);
H A Dbasic_functions.c3068 PHP_FE(is_null, arginfo_is_null)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61371-win.phpt15 if (!is_null($previous)) {
H A Dbug61371.phpt15 if (!is_null($previous)) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_null.phpt2 Test is_null() function
5 /* Prototype: bool is_null ( mixed $var );
9 echo "*** Testing is_null() with valid null values ***\n";
35 /* loop to check that is_null() recognizes different
40 var_dump( is_null($null_val) );
123 is_null() on non null types, expected output: bool(false) */
127 var_dump( is_null($type) );
132 var_dump( is_null() );
135 var_dump( is_null(NULL, null) );
145 *** Testing is_null() with valid null values ***
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_object1.phpt25 if (!is_null($c)) {
H A Darray_key_exists_object2.phpt25 if (!is_null($c)) {
/PHP-5.5/ext/spl/tests/
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt13 var_dump(is_null($iterator->getSubIterator()));
15 var_dump(is_null($iterator->getSubIterator()));
H A Dbug33136.phpt24 echo __METHOD__ . "(" . (is_null($index) ? "NULL" : $index) . ",$value)\n";
H A Dbug53515.phpt13 echo $key . ': ' . (is_null($value) ? 'null' : @"$value") .
H A DSplFixedArray_offsetExists_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplFixedArray_offsetGet_invalid_parameter.phpt10 if(is_null($a)) {
H A DSplFixedArray_offsetSet_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplFixedArray_offsetSet_one_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplFixedArray_offsetUnset_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplDoublyLinkedList_offsetExists_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplDoublyLinkedList_offsetSet_invalid_parameter.phpt9 if(is_null($a)) {
H A DSplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt9 if(is_null($a)) {
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc69 if (!is_null($inf))
171 if (is_null($key))
H A Drecursiveiteratoriterator.inc161 if (is_null($level)) {
H A Dsplfileobject.inc286 if (is_null($this->line))

Completed in 55 milliseconds

12345678