Home
last modified time | relevance | path

Searched refs:estrdup (Results 126 – 134 of 134) sorted by relevance

123456

/PHP-5.3/ext/spl/
H A Dspl_directory.c2077 intern->u.file.current_line = estrdup(""); in spl_filesystem_file_read()
/PHP-5.3/Zend/
H A Dzend_compile.c450 opline.op1.u.constant.value.str.val = estrdup(CG(active_op_array)->vars[result->u.var].name); in zend_do_fetch_static_member()
470 …opline.op1.u.constant.value.str.val = estrdup(CG(active_op_array)->vars[opline_ptr->op1.u.var].nam… in zend_do_fetch_static_member()
H A Dzend_language_scanner.c442 SCNG(script_org) = (unsigned char *)estrdup(str->value.str.val); in zend_prepare_string_for_scanning()
H A Dzend_vm_def.h3267 file_handle.opened_path = estrdup(resolved_path);
H A Dzend_vm_execute.h1937 file_handle.opened_path = estrdup(resolved_path); in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
5233 file_handle.opened_path = estrdup(resolved_path); in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
8608 file_handle.opened_path = estrdup(resolved_path); in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
22513 file_handle.opened_path = estrdup(resolved_path); in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
/PHP-5.3/ext/standard/
H A Dstring.c4155 BG(locale_string) = estrdup(retval);
/PHP-5.3/ext/openssl/
H A Dopenssl.c662 strbuf = estrdup((char *)ASN1_STRING_data(timestr)); in asn1_time_to_time_t()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch212 + mfn = estrdup(fn);
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c251 copy_fptr->internal_function.function_name = estrdup(fptr->internal_function.function_name); in _copy_function()

Completed in 201 milliseconds

123456