Home
last modified time | relevance | path

Searched refs:NULL (Results 51 – 75 of 3168) sorted by relevance

12345678910>>...127

/PHP-7.4/ext/pdo_oci/
H A Dpdo_oci.c48 STANDARD_MODULE_HEADER_EX, NULL,
55 NULL,
82 OCIEnv *pdo_oci_Env = NULL;
121 OCIEnvCreate(&pdo_oci_Env, PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL, 0, NULL); in PHP_RINIT_FUNCTION()
123 OCIInitialize(PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL); in PHP_RINIT_FUNCTION()
124 OCIEnvInit(&pdo_oci_Env, OCI_DEFAULT, 0, NULL); in PHP_RINIT_FUNCTION()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp56 zval *calendar_zv = NULL; in datefmt_ctor()
57 Calendar *calendar = NULL; in datefmt_ctor()
60 zval *timezone_zv = NULL; in datefmt_ctor()
61 TimeZone *timezone = NULL; in datefmt_ctor()
63 char* pattern_str = NULL; in datefmt_ctor()
70 intl_error_reset(NULL); in datefmt_ctor()
83 if (DATE_FORMAT_OBJECT(dfo) != NULL) { in datefmt_ctor()
119 if (timezone == NULL) { in datefmt_ctor()
157 if (timezone != NULL) { in datefmt_ctor()
176 if (timezone != NULL && DATE_FORMAT_OBJECT(dfo) == NULL) { in datefmt_ctor()
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_setAccessible.phpt18 $private->invoke(new A, NULL);
34 $privateStatic->invoke(NULL, NULL);
42 $privateStatic->invokeArgs(NULL, array(NULL));
66 $protectedStatic->invoke(NULL, NULL);
74 $protectedStatic->invokeArgs(NULL, array(NULL));
86 $private->invoke(new A, NULL);
88 $privateStatic->invoke(NULL, NULL);
89 $privateStatic->invokeArgs(NULL, array(NULL));
90 $protected->invoke(new A, NULL);
92 $protectedStatic->invoke(NULL, NULL);
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation19.phpt81 NULL
86 NULL
94 NULL
99 NULL
107 NULL
112 NULL
120 NULL
125 NULL
133 NULL
138 NULL
[all …]
H A Dfscanf_variation7.phpt77 NULL
82 NULL
90 NULL
95 NULL
103 NULL
108 NULL
116 NULL
121 NULL
129 NULL
134 NULL
[all …]
H A Dfscanf_variation13.phpt77 NULL
82 NULL
90 NULL
95 NULL
103 NULL
108 NULL
116 NULL
121 NULL
129 NULL
134 NULL
[all …]
H A Dfscanf_variation32.phpt82 NULL
87 NULL
95 NULL
100 NULL
108 NULL
113 NULL
121 NULL
126 NULL
134 NULL
139 NULL
[all …]
H A Dfscanf_variation38.phpt77 NULL
82 NULL
90 NULL
95 NULL
103 NULL
108 NULL
116 NULL
121 NULL
129 NULL
134 NULL
[all …]
H A Dfscanf_variation44.phpt77 NULL
82 NULL
90 NULL
95 NULL
103 NULL
108 NULL
116 NULL
121 NULL
129 NULL
134 NULL
[all …]
H A Dfscanf_variation50.phpt77 NULL
82 NULL
90 NULL
95 NULL
103 NULL
108 NULL
116 NULL
121 NULL
129 NULL
134 NULL
[all …]
H A Dfscanf_variation35.phpt82 NULL
86 NULL
93 NULL
97 NULL
104 NULL
108 NULL
115 NULL
119 NULL
126 NULL
148 NULL
[all …]
H A Dfscanf_variation4.phpt83 NULL
87 NULL
94 NULL
98 NULL
105 NULL
109 NULL
116 NULL
120 NULL
127 NULL
149 NULL
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_all_oo.phpt16 $tmp = NULL;
17 $link = NULL;
172 func_mysqli_fetch_all_oo($link, $engine, "TINYINT", NULL, NULL, 30);
177 func_mysqli_fetch_all_oo($link, $engine, "BOOL", NULL, NULL, 70);
223 func_mysqli_fetch_all_oo($link, $engine, "DATE", NULL, NULL, 430);
235 func_mysqli_fetch_all_oo($link, $engine, "TIME", NULL, NULL, 500);
239 func_mysqli_fetch_all_oo($link, $engine, "YEAR", NULL, NULL, 530);
388 NULL
407 NULL
427 NULL
[all …]
H A Dmysqli_fetch_array.phpt12 $tmp = NULL;
13 $link = NULL;
158 func_mysqli_fetch_array($link, $engine, "TINYINT", NULL, NULL, 30);
163 func_mysqli_fetch_array($link, $engine, "BOOL", NULL, NULL, 70);
165 func_mysqli_fetch_array($link, $engine, "BOOLEAN", NULL, NULL, 90);
195 func_mysqli_fetch_array($link, $engine, "FLOAT", NULL, NULL, 300);
213 func_mysqli_fetch_array($link, $engine, "DATE", NULL, NULL, 430);
224 func_mysqli_fetch_array($link, $engine, "TIME", NULL, NULL, 500);
228 func_mysqli_fetch_array($link, $engine, "YEAR", NULL, NULL, 530);
360 NULL
[all …]
/PHP-7.4/ext/soap/
H A Dsoap.c816 zval *data = NULL, *actor = NULL; in PHP_METHOD()
859 …char *fault_string = NULL, *fault_code = NULL, *fault_actor = NULL, *name = NULL, *fault_code_ns =… in PHP_METHOD()
861 zval *code = NULL, *details = NULL, *headerfault = NULL, *this_ptr; in PHP_METHOD()
963 char *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD()
1110 zval *wsdl = NULL, *options = NULL; in PHP_METHOD()
1620 soap_server_fault("Client", "Bad Request", NULL, NULL, NULL);
2209 set_soap_fault(&fault_obj, NULL, code, buffer, NULL, &outbuf, NULL);
2559 set_soap_fault(&exception_object, NULL, "Client", ZSTR_VAL(msg), NULL, NULL, NULL);
2822 char *function, *location=NULL, *soap_action = NULL, *uri = NULL;
3382 soap_server_fault("Client","Missing parameter", NULL, NULL, NULL);
[all …]
/PHP-7.4/ext/libxml/
H A Dlibxml.c571 if (parser != NULL && parser->input != NULL) { in php_libxml_ctx_error_level()
904 NULL in PHP_MINIT_FUNCTION()
955 xmlSetGenericErrorFunc(NULL, NULL); in PHP_MSHUTDOWN_FUNCTION()
969 xmlSetGenericErrorFunc(NULL, NULL); in php_libxml_post_deactivate()
974 xmlSetStructuredErrorFunc(NULL, NULL); in php_libxml_post_deactivate()
1043 xmlSetStructuredErrorFunc(NULL, NULL); in PHP_FUNCTION()
1251 if (object != NULL && node != NULL) { in php_libxml_increment_node_ptr()
1284 if (object != NULL && object->node != NULL) { in php_libxml_decrement_node_ptr()
1321 if (object != NULL && object->document != NULL) { in php_libxml_decrement_doc_ref()
1384 if (object != NULL && object->node != NULL) { in php_libxml_node_decrement_resource()
[all …]
/PHP-7.4/Zend/tests/
H A Dget_class_vars_007.phpt23 NULL
25 NULL
29 NULL
31 NULL
33 NULL
35 NULL
37 NULL
39 NULL
41 NULL
H A Dbug70547.phpt54 NULL
62 NULL
68 NULL
72 NULL
78 NULL
82 NULL
88 NULL
90 NULL
96 NULL
97 NULL
[all …]
/PHP-7.4/ext/dom/
H A Dphp_dom.c200 zend_hash_init(dest->classmap, 0, NULL, NULL, 0); in dom_copy_doc_props()
218 zend_hash_init(doc_props->classmap, 0, NULL, NULL, 0); in dom_set_doc_classmap()
267 return NULL; in dom_object_get_node()
278 return NULL; in php_dom_object_get_data()
572 NULL,
573 NULL,
613 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
1432 if (doc == NULL) in dom_set_old_ns()
1527 return NULL; in dom_get_nsdecl()
1532 if (cur->prefix == NULL && cur->href != NULL) { in dom_get_nsdecl()
[all …]
H A Dnode.c201 char *str = NULL; in dom_node_node_name_read()
308 str = NULL; in dom_node_node_value_read()
436 dom_namednode_iter(obj, XML_ELEMENT_NODE, intern, NULL, NULL, NULL); in dom_node_child_nodes_read()
579 dom_namednode_iter(obj, XML_ATTRIBUTE_NODE, intern, NULL, NULL, NULL); in dom_node_attributes_read()
644 str = NULL; in dom_node_namespace_uri_read()
685 str = NULL; in dom_node_prefix_read()
736 ns = NULL; in dom_node_prefix_write()
977 if (child->doc == NULL && parentp->doc != NULL) { in PHP_FUNCTION()
1162 if (newchild->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
1278 if (child->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp55 intl_error_reset(NULL); in PHP_FUNCTION()
81 intl_error_reset(NULL); in PHP_FUNCTION()
100 if (tz == NULL) { in PHP_FUNCTION()
109 intl_error_reset(NULL); in PHP_FUNCTION()
123 intl_error_reset(NULL); in PHP_FUNCTION()
136 intl_error_reset(NULL); in PHP_FUNCTION()
149 zval *arg = NULL; in PHP_FUNCTION()
239 char *region = NULL; in PHP_FUNCTION()
242 *offsetp = NULL; in PHP_FUNCTION()
616 if (to == NULL) in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c74 "zh-yue", NULL
86 NULL
124 char* result = NULL; in getPreferredTag()
129 return NULL; in getPreferredTag()
268 return NULL; in get_icu_value_internal()
279 return NULL; in get_icu_value_internal()
297 return NULL; in get_icu_value_internal()
351 return NULL; in get_icu_value_internal()
364 return NULL; in get_icu_value_internal()
715 if( e != NULL ) in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c38 intl_error_reset( NULL ); in create_transliterator()
69 char *buf = NULL; in create_transliterator()
73 if( buf == NULL ) { in create_transliterator()
184 char *msg = NULL; in PHP_FUNCTION()
190 if( msg != NULL ) in PHP_FUNCTION()
298 UChar *ustr = NULL, in PHP_FUNCTION()
299 *uresult = NULL; in PHP_FUNCTION()
313 if( object == NULL ) in PHP_FUNCTION()
392 if(msg != NULL ) in PHP_FUNCTION()
490 if (to == NULL ) in PHP_FUNCTION()
[all …]
/PHP-7.4/main/streams/
H A Dglob_wrapper.c61 return NULL; in _php_glob_stream_get_path()
255 NULL,
256 NULL,
257 NULL,
258 NULL,
261 NULL,
262 NULL,
263 NULL,
264 NULL,
265 NULL
[all …]
/PHP-7.4/TSRM/
H A Dtsrm_win32.c122 return NULL; in tsrm_win32_get_path_sid_key()
132 return NULL; in tsrm_win32_get_path_sid_key()
190 return NULL; in tsrm_win32_get_token_sid()
392 return NULL; in process_get()
423 return NULL; in shm_get()
437 return NULL; in dupHandle()
445 return popen_ex(command, type, NULL, NULL); in popen()
460 wchar_t *cmdw = NULL, *cwdw = NULL, *envw = NULL; in popen_ex()
467 return NULL; in popen_ex()
472 return NULL; in popen_ex()
[all …]

Completed in 100 milliseconds

12345678910>>...127