Home
last modified time | relevance | path

Searched refs:NULL (Results 2251 – 2275 of 3296) sorted by relevance

1...<<919293949596979899100>>...132

/PHP-7.4/ext/xmlwriter/tests/
H A D006.phpt12 xmlwriter_start_dtd($xw, 'foo', NULL, 'urn:bar');
H A DOO_006.phpt13 $xw->startDtd('foo', NULL, 'urn:bar');
H A Dxmlwriter_write_attribute_ns_basic_001.phpt9 xmlwriter_start_document($xw, NULL, "UTF-8");
/PHP-7.4/ext/json/tests/
H A Djson_decode_exceptions.phpt51 NULL
/PHP-7.4/ext/zip/tests/
H A Dbug14962.phpt23 $za->extractTo($dir, NULL);
/PHP-7.4/main/streams/
H A Dphp_stream_mmap.h63 …eam_set_option((stream), PHP_STREAM_OPTION_MMAP_API, PHP_STREAM_MMAP_SUPPORTED, NULL) == 0 ? 1 : 0)
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c341 char *copied_key = NULL; in php_sha256_crypt_r()
342 char *copied_salt = NULL; in php_sha256_crypt_r()
548 buffer = NULL; in php_sha256_crypt_r()
564 if (copied_key != NULL) { in php_sha256_crypt_r()
567 if (copied_salt != NULL) { in php_sha256_crypt_r()
591 if (new_buffer == NULL) { in php_sha256_crypt()
592 return NULL; in php_sha256_crypt()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c53 return NULL; \
65 return NULL; \
80 return NULL; \
88 return NULL; \
373 return NULL; in sljit_create_compiler()
405 return NULL; in sljit_create_compiler()
430 return NULL; in sljit_create_compiler()
591 return NULL; in sljit_alloc_memory()
595 return NULL; in sljit_alloc_memory()
2299 return NULL; in sljit_create_compiler()
[all …]
/PHP-7.4/ext/json/
H A Djson_encoder.c107 …if (options & PHP_JSON_PRESERVE_ZERO_FRACTION && strchr(num, '.') == NULL && len < PHP_DOUBLE_MAX_… in php_json_encode_double()
137 prop_ht = NULL; in php_json_encode_array()
490 …if (FAILURE == call_user_function(NULL, val, &fname, &retval, 0, NULL) || Z_TYPE(retval) == IS_UND… in php_json_encode_serializable_object()
492 zend_throw_exception_ex(NULL, 0, "Failed calling %s::jsonSerialize()", ZSTR_VAL(ce->name)); in php_json_encode_serializable_object()
/PHP-7.4/Zend/
H A Dzend_operators.c919 return NULL; in __zval_get_string_func()
2689 return NULL; in zend_str_tolower_dup_ex()
3038 if (oflow_info != NULL) {
3088 if (oflow_info != NULL) {
3130 if (oflow_info != NULL) {
3188 return NULL;
3206 return NULL;
3211 return NULL;
3222 return NULL;
3242 return NULL;
[all …]
/PHP-7.4/ext/hash/tests/
H A Dhash_hkdf_error.phpt47 NULL
50 NULL
55 NULL
/PHP-7.4/ext/opcache/tests/
H A Dcompact_literals.phpt76 const TEST="NULL";
91 var_dump(E::TEST); //"NULL"
182 string(4) "NULL"
/PHP-7.4/ext/date/lib/
H A Dunixtime2tm.c205 t->tz_abbr = NULL; in timelib_set_timezone_from_offset()
211 t->tz_info = NULL; in timelib_set_timezone_from_offset()
225 t->tz_info = NULL; in timelib_set_timezone_from_abbr()
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c130 zend_string *key = NULL; in zend_optimizer_compact_literals()
314 zend_hash_init(&hash, op_array->last_literal, NULL, NULL, 0); in zend_optimizer_compact_literals()
316 zend_hash_init(&double_hash, 0, NULL, NULL, 0); in zend_optimizer_compact_literals()
361 if ((pos = zend_hash_index_find(&hash, Z_LVAL(op_array->literals[i]))) != NULL) { in zend_optimizer_compact_literals()
378 if ((pos = zend_hash_find(&hash, key)) != NULL in zend_optimizer_compact_literals()
399 …zend_hash_str_find(&double_hash, (char*)&Z_DVAL(op_array->literals[i]), sizeof(double))) != NULL) { in zend_optimizer_compact_literals()
421 key = NULL; in zend_optimizer_compact_literals()
423 if (key && (pos = zend_hash_find(&hash, key)) != NULL && in zend_optimizer_compact_literals()
/PHP-7.4/ext/soap/tests/
H A Dtransport001.phpt29 $x = new LocalSoapClient(NULL,array('location'=>'test://',
/PHP-7.4/ext/sockets/tests/
H A Dsocket_bind.phpt38 NULL
H A Dsocket_listen-wrongparams.phpt18 NULL
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_getClosureThis.phpt43 NULL
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug28969.phpt30 $x = new LocalSoapClient(NULL,array('location'=>'test://',
/PHP-7.4/ext/oci8/tests/
H A Dcoll_017_func.phpt40 NULL
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70963.phpt23 NULL
/PHP-7.4/ext/filter/tests/
H A D032.phpt49 NULL
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip.phpt11 "F" => NULL,
/PHP-7.4/ext/gd/tests/
H A Dbug66339.phpt13 imagexbm($im, NULL);
/PHP-7.4/ext/posix/tests/
H A Dposix_errno_error.phpt24 NULL

Completed in 62 milliseconds

1...<<919293949596979899100>>...132